projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2408b3f
)
sbc8349: enable libfdt by default on WRS SBC8349 board.
author
Paul Gortmaker
<
[email protected]
>
Thu, 20 Dec 2007 17:58:51 +0000
(12:58 -0500)
committer
Kim Phillips
<
[email protected]
>
Tue, 8 Jan 2008 15:55:42 +0000
(09:55 -0600)
Make libfdt the default for the WRS SBC8349 board.
Parallel of commit
35cc4e4823668e8745854899cfaedd4489beb0ef
done for the other 83xx based boards. Also fix a typo in CONFIG_PCI.
Signed-off-by: Paul Gortmaker <
[email protected]
>
include/configs/sbc8349.h
patch
|
blob
|
history
diff --git
a/include/configs/sbc8349.h
b/include/configs/sbc8349.h
index e7d8a5a6627c7cf9b307bdad5562d9c4f98f6772..45f20dc12cafb188f71a052921cf2edc7bce5526 100644
(file)
--- a/
include/configs/sbc8349.h
+++ b/
include/configs/sbc8349.h
@@
-310,7
+310,7
@@
#endif
/* pass open firmware flat tree */
-#define CONFIG_OF_
FLAT_TREE
1
+#define CONFIG_OF_
LIBFDT
1
#define CONFIG_OF_BOARD_SETUP 1
#define OF_CPU "PowerPC,8349@0"
@@
-458,7
+458,7
@@
#define CONFIG_CMD_PING
#if defined(CONFIG_PCI)
- #define CONFG_CMD_PCI
+ #define CONF
I
G_CMD_PCI
#endif
#if defined(CFG_RAMBOOT)